This function is used to determine of a character inserted into the text editor should cause a new completion request to be triggered.
An example would be period '.' which might indicate that the user wants to complete method or field names of an object.
a #GtkTextIter
a #gunichar of the character inserted
See Implementation
This function is used to determine of a character inserted into the text editor should cause a new completion request to be triggered.
An example would be period '.' which might indicate that the user wants to complete method or field names of an object.